home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / tatoo.swf / scripts / DefineButton2_78 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-26  |  150 b   |  8 lines

  1. on(press){
  2.    gotoAndStop("preview");
  3.    paper.box2 = box;
  4.    paper._visible = true;
  5.    print_btn._visible = false;
  6.    base._visible = true;
  7. }
  8.